home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19990725-20000114 / 000350_news@columbia.edu _Tue Dec 14 18:35:20 1999.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id SAA09870
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 14 Dec 1999 18:35:19 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id SAA26322
  7.     for kermit.misc@watsun.cc.columbia.edu; Tue, 14 Dec 1999 18:13:27 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Subject: Re: (C-)Kermit(/2,-95) and Remote Control of DOS?
  11. Date: 14 Dec 1999 23:13:27 GMT
  12. Organization: Columbia University
  13. Message-ID: <836iun$pmf$1@newsmaster.cc.columbia.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. In article <3856CD8E.DC5AB959@usit.net>, ERA  <era@usit.net> wrote:
  17. : I'm reading my C-Kermit Second Edition looking for a way to do remote
  18. : control from C-Kermit, Kermit/2 or Kermit-95 similar to that of BLAST
  19. : (BHOST) or PCAnywhere on a DOS system also running Kermit. If this is
  20. : possible tell me what pages I need to read to get it set up.
  21. Not like pcAnywhere.  I don't know about BHOST.  However, you can put
  22. MS-DOS Kermit in server mode, and then use C-Kermit as the client.
  23. Then you can send REMOTE HOST commands from C-Kermit to DOS.  But this
  24. works only for DOS commands that are one-liners and write to stdout.
  25.  
  26. It sounds like you want a Telnet server for DOS -- maybe that's what
  27. you should be looking for.
  28.  
  29. Or if you're dialing up to DOS, try the CTTY COM1 command.
  30.  
  31. - Frank